home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 081 / tinylist.arc / TL.DOC < prev    next >
Encoding:
Text File  |  1987-07-27  |  2.5 KB  |  55 lines

  1.  
  2.  
  3. TinyList   Copyright 1986 by Peninsula Software
  4.  
  5.  
  6. TinyList is a utility for IBM PC and compatible computers.  It allows
  7. printing of text files on a minimum of paper.  A standard 8.5 by 11 inch
  8. piece of paper can hold almost 20K of text.  TinyList uses the paper to
  9. its utmost capacity.
  10.  
  11. By using superscripted and condensed print, TinyList uses the printer's
  12. smallest characters.  The line spacing is then reduced to the legible
  13. minimum, 15/216 inch.  This allows 150 lines per page, plus top and bottom
  14. margins.  TinyList also uses a two column format.  Each column is 66
  15. characters wide.  Lines that are longer than one column are wrapped around
  16. inside that column.  Text reads down the left column of a page, then the
  17. right column of the page, then the left column of the next page...
  18.  
  19. To use TinyList, simply run TL.COM from DOS.  When asked for the input file
  20. name, enter the name of the file (including extension) that you want to print.
  21. TinyList will print the file on the printer.
  22.  
  23. TinyList, as included in this archive is configured for an Epson FX or
  24. Epson FX command compatible printer.
  25.  
  26. Turbo Pascal source code is provided to allow customization and modification.
  27. The constants at the beginning of the code allow you to change the number of
  28. lines and columns per page, to accomodate different size paper.  There is also
  29. a constant that contains the printer initialization string.  This can be
  30. changed to allow TinyList to work with non Epson compatible printers, such as
  31. an Okidata.  The initialization string must set the printer to superscript,
  32. condensed print, and a smaller line spacing.  Experiment with your printer to
  33. find best results.
  34.  
  35. If you printer does not support superscripted characters, you can use normal
  36. compressed characters and set the line spacing to 1/8 inch.  This will
  37. provide two column listings with normal height characters.
  38.  
  39. If you find this program of value, your contribution ($10 suggested) would
  40. be appreciated.  By sending us a contribution, you will become a registered
  41. user, and will be able to purchase other products from Peninsula Software for
  42. a reduced price.  You are encouraged to copy and share this program with
  43. others.
  44.  
  45.                                         Mike Binnard,
  46.                                         President
  47.  
  48.                                         Peninsula Software
  49.                                         28510 Blythewood
  50.                                         Palos Verdes, CA  90274
  51.  
  52.  
  53.  
  54.  
  55.